$Status = smtp.SendRcptTo (<To>)
This function allows to set the recipient address. To include more recipients call the function multiple times.
Parameters
<To> Denotes the address of the recipient.
Return Value
Function returns 1 on success, 0 on failure.